/****************初始化样式*****************/

body, div, ol, ul,dl,dt,dd,h1, li, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {

    margin: 0;

    padding: 0;

}

html, body {

    margin: 0;

    padding: 0;

    overflow-x: hidden;

    list-style-type: none;

    text-decoration: none;

}

* {

    font-family: "Times New Roman", "黑体";

    text-decoration: none;

    list-style-type: none;

}

.clear{

    clear:both;

    height:0;

}

.fl{

    float: left;

}

.fr{

    float: right;

}

a img{

    border:0;

}

